'Declaration
Public Overloads Sub Export( _ ByVal path As String, _ ByVal appointments As IList(Of Appointment), _ ByVal format As FileFormatEnum _ )
public void Export( string path, IList<Appointment> appointments, FileFormatEnum format )
Parameters
- path
- A System.String containing the full path (including the file name and extension) to export.
- appointments
- IList to be exported.
- format
- The FileFormatEnum value.